Thanks for the support and love brother ❤️❤️❤️❤️❤️
@angelsolorzano7001 Жыл бұрын
wow you are a really master teaching , thanks so much!!!!
@OdooMates Жыл бұрын
Glad it was helpful!
@wecodeethiopiasoftwareengi6589 Жыл бұрын
It's Very Good video. Thank for your continues generous!
@OdooMates Жыл бұрын
Thank you too
@kaliuta2 жыл бұрын
Thank you. Your videos are very useful to me.
@OdooMates2 жыл бұрын
Glad to hear it and thanks for the support
@salehhayek54252 жыл бұрын
what an amazing video, thanks alot for your hard work. Could you please upload a video about configure odoo with pycharm on windows for development.
@OdooMates2 жыл бұрын
❤️ thanks for the appreciation ❤️❤️
@salehhayek54252 жыл бұрын
@@OdooMates hello, how can I insert image to qweb report using the tag? bellow is my code : note: I want a static image which is different than the logo image
@nguyenminhquan50569 ай бұрын
Hello please help me, I created a model but in the postgres database there is no model data when running on the website the models are not displayed, now how to fix it?
@nassimamroun65382 жыл бұрын
Please in odoo 15 is it possible de defin price sel and cost by serial number of article? By default odoo 15 permit define one price per article And how I can create costume print button to print caractéristics of project
@abdulrazakmunna1594 Жыл бұрын
@Odoo Mates Please help me to fix this issue. table is not create in the model
@rajs99552 жыл бұрын
Thank you, so nicely explained
@OdooMates2 жыл бұрын
glad to hear it and thanks for the support
@lionelc.7022 жыл бұрын
Thank you for your great videos ! A question: I see that it is possible to modify a template directly from the odoo screen. 'Add a line ...' Is there a difference between fields created by the code or those created by the user interface? What method do you recommend?
@OdooMates2 жыл бұрын
create from code will be more stable, and it can be used across multiple db
@lionelc.7022 жыл бұрын
@@OdooMates Does this mean that the creation of models or email template by the user interface saves the information only in the database? and therefore in the active db only ?
@OdooMates2 жыл бұрын
Yes only the current db
@kenzasouabni2 жыл бұрын
@OdooMates where should i found the files of this project?
hi odoo Mates i really need your help i have a module in odoo 14 that inherit account.move and account.move.line what i am trying to do is to add new field in the invoice lines i did this successfully and the subtotal is calculated base on the new fields for example : subtotal = price_unit * quantity * date_deffrence date_deffrence is the new field and it is integer feld the problem is the sub total is not changeing in my code can you pleas tell me how can i acheve this thanks
@OdooMates2 жыл бұрын
Did you adjusted the computation of the sub total field?
@mohamedalobaid27242 жыл бұрын
@@OdooMates i have make new def in the new module
@OdooMates2 жыл бұрын
There will be an existing compute field for this, you have to inherit and make changes there
@mohamedalobaid27242 жыл бұрын
@@OdooMates ok i know how to inherit class but how to inherit a compute field or method
i am beginner trying to show field "name" but i can't show in odoo views and postgres any help ?
@OdooMates2 жыл бұрын
Are you able to add models to the db ?
@OdooMates2 жыл бұрын
Make sure file is imported in init and service is restarted
@basemwalid10592 жыл бұрын
I show othe fields like age and gender but name not showing 🤔
@OdooMates2 жыл бұрын
How you defined your form view
@abdomaher12622 жыл бұрын
hello odoo mates i just have a problem in pychram when iam trying this line of code "from odoo import api, fields, models " it gives me an error "Cannot find reference 'api,fields,models' can you help me please
@salmasameh5071 Жыл бұрын
I face the same error , did you find the answer?
@abdulrazakmunna1594 Жыл бұрын
@@salmasameh5071 did you solve this issue
@lucaslong6902 жыл бұрын
Hello, I am beginner. I followed all your tutorial. I am using PyCharm on Windows11 Table ‘hospital patient’ in database is not created. from odoo import api, fields, models class HospitalPatient(models.Model): _name = 'hospital.patient' # in this line I have: override attribute in base model _description = 'Hospital Patient' # in this line I have: override attribute in base model name = fields.Char(string='Name') age = fields.Integer(string='Age') gender = fields.Selection([('male', 'Male'), ('female', 'Female')], string='Gender') How to solve this problem?
@OdooMates2 жыл бұрын
imported the file in the init file ?
@lucaslong6902 жыл бұрын
@@OdooMates yes file name: __init__.py from . import patient
@lucaslong6902 жыл бұрын
@@OdooMates Number Nr.1 and Nr. 2 tutorials working but I stuck in Nr.3
@lucaslong6902 жыл бұрын
@@OdooMates OK. Now all is ok. Why sometimes very long response for the database (about one day.). I am doing rerun in PyCharm, refresh in google Chome, and Update Apps List and Updates in Odoo, but sometimes no effect. Some times in some seconds.
@OdooMates2 жыл бұрын
Preffered environment for odoo in ubuntu
@krasorx2 жыл бұрын
Based
@OdooMates2 жыл бұрын
Hi
@jleablue8931 Жыл бұрын
if you cannot see your model, make sure that all the files are named correctly, all directories, all imports, and mostly important.... 😑restart the odoo service.