How To Add Smart Buttons in Odoo12 (type object)

  Рет қаралды 20,895

Odoo Mates

Odoo Mates

Күн бұрын

Пікірлер: 56
@ayoubkhanjari949
@ayoubkhanjari949 2 жыл бұрын
you're the best ,you saved me many many times ,thank you so much
@OdooMates
@OdooMates 2 жыл бұрын
Glad to hear such words and these our motivation to going forward
@supreetlaghate22
@supreetlaghate22 4 жыл бұрын
Hi. you can upgrade the module from pycharm. go to odoo12 button/edit configurations. in parameter: after .conf -u and module name. in front end just refresh the page and the module gets updated.
@OdooMates
@OdooMates 4 жыл бұрын
Yes we already have a video about the same
@OdooMates
@OdooMates 4 жыл бұрын
kzbin.info/www/bejne/e6PdgJyXlKZlZ9k
@OdooMates
@OdooMates 4 жыл бұрын
kzbin.info/www/bejne/kKDSl56egZWjnpY
@juliancarrera9433
@juliancarrera9433 4 жыл бұрын
you are amazing, even if I don't speak your language it is understood perfect
@OdooMates
@OdooMates 4 жыл бұрын
Thanks brother
@roriirorii2790
@roriirorii2790 3 жыл бұрын
how i can make a website inside the pycharm and adding css html and js files in the moudle odoo14
@OdooMates
@OdooMates 3 жыл бұрын
will this playlist helps? kzbin.info/www/bejne/q5XUlZ2jirOSaMU
@krystianraj5072
@krystianraj5072 4 жыл бұрын
You do a great job in the world of Odoo :) nice guy! Subbing you and following!
@OdooMates
@OdooMates 4 жыл бұрын
Thanks for all the support
@animalia.shorts
@animalia.shorts 5 жыл бұрын
Hello sir, I'm ur regular follower. I'm new in Odoo. Ur videos helped me a lot. One ques, can I use crystal report with Odoo 12??
@OdooMates
@OdooMates 5 жыл бұрын
We are not sure whether it can be done or not, as we haven't tried it yet. Have a look at the thread in odoo forum or ask a new question there.
@yasirkhan1278
@yasirkhan1278 3 жыл бұрын
Hey. I want to get any value of the specific field. Let say I need to get the first and a second value of the field named (start_at) and third and fourth value of the field named (stop_at). Please guide me in this issue
@OdooMates
@OdooMates 3 жыл бұрын
Using self.field_name you can get the full value from the field, then using Python you can do as per need
@yasirkhan1278
@yasirkhan1278 3 жыл бұрын
@@OdooMates Any example, please? It will be a lot helpful for me if you give any clear example of the syntax.
@OdooMates
@OdooMates 3 жыл бұрын
@@yasirkhan1278 field_value = str(self.field_name).split() second_word = field_value[::2]
@zolaesuye9074
@zolaesuye9074 4 жыл бұрын
hey, odoo mates, first of all, I would like to thank you a lot. This is a kind request for you to prepare a video on how to publish to the website the smart button is working.
@OdooMates
@OdooMates 4 жыл бұрын
The smart button in product form ?
@zolaesuye9074
@zolaesuye9074 4 жыл бұрын
​@@OdooMates​ a smart button with the functionality of publishing a content on the website
@thanshidhap.p4743
@thanshidhap.p4743 3 жыл бұрын
Helloo odoomate You know that, how to copy a line item into another line item using smartbutton domain?
@OdooMates
@OdooMates 3 жыл бұрын
Something like copying sale order line to invoice line ?
@thanshidhap.p4743
@thanshidhap.p4743 3 жыл бұрын
@@OdooMates Its like teacher student relation. When a teacher enter marks for a student on her line item, that will appear on the student line item also.
@OdooMates
@OdooMates 3 жыл бұрын
You can define a one2many relation to that model
@thanshidhap.p4743
@thanshidhap.p4743 3 жыл бұрын
@@OdooMates yes i did that. And when I click the smart button, I am going to the student line item. And I want to see the same record in that student line item. I don't know what to write in the domain .
@OdooMates
@OdooMates 3 жыл бұрын
@@thanshidhap.p4743 am not sure how your system is designed and the relations, if you are looking to apply the domains, see the video about the working of domain: kzbin.info/www/bejne/pX3dh6Vuf76tnJI
@DuyNguyen-ns2rl
@DuyNguyen-ns2rl 4 жыл бұрын
hey bro , how to save appointment_count to database.?
@OdooMates
@OdooMates 4 жыл бұрын
store=true
@DuyNguyen-ns2rl
@DuyNguyen-ns2rl 4 жыл бұрын
@@OdooMates ya, I tried but in this case , it don't save.
@OdooMates
@OdooMates 4 жыл бұрын
There is a video in the title why stored compute field is not recomputing can you check it...
@roriirorii2790
@roriirorii2790 3 жыл бұрын
how to set a variant value default inside the website module
@OdooMates
@OdooMates 3 жыл бұрын
May I know in which model and which form/view
@roriirorii2790
@roriirorii2790 3 жыл бұрын
@@OdooMates website
@OdooMates
@OdooMates 3 жыл бұрын
@@roriirorii2790 pass the value from the controller to the template and using the t-options you can set it as default value
@traorearouna5795
@traorearouna5795 3 жыл бұрын
i dont no how i can sent you the file of capture
@OdooMates
@OdooMates 3 жыл бұрын
our email is odoomates@gmail.com
@traorearouna5795
@traorearouna5795 3 жыл бұрын
helo . Can you help me. My patient for change to that
@OdooMates
@OdooMates 3 жыл бұрын
let us know
@nitinshah334
@nitinshah334 5 жыл бұрын
Hello sir, can you specify what is 'patient_id' and 'self.id' are from which model?
@OdooMates
@OdooMates 5 жыл бұрын
patient_id referencing the field appointment model and self.id give you id of current patient
@bondstar927
@bondstar927 4 жыл бұрын
when I try this I get an error: Function declared as capable of handling request of type 'http' but called with a request of type 'json'
@bondstar927
@bondstar927 4 жыл бұрын
400 BAD REQUEST, thank you in advance
@OdooMates
@OdooMates 4 жыл бұрын
@@bondstar927 can u show the code that u added
@bondstar927
@bondstar927 4 жыл бұрын
@@OdooMates def open_station_invoices(self): return { 'name': _('Invoices'), 'domain': [('ref', '=', self.invoice_ref)], 'view_type': 'form', 'res.model': 'account.move', 'view_id': False, 'view_mode': 'tree,form', 'type': 'ir.actions.act_window' }
@ShifusFoodNVlog
@ShifusFoodNVlog 4 жыл бұрын
i have same error too.. does it solved.. can u plz tell me if yes
@bondstar927
@bondstar927 4 жыл бұрын
@@ShifusFoodNVlog I think i used another method to achieve this
@abdelhalimkaddourguettaoui4591
@abdelhalimkaddourguettaoui4591 4 жыл бұрын
thank you sir for the tuto
@OdooMates
@OdooMates 4 жыл бұрын
Hope you will like the videos and refer the channel with Odoo friends :)
@mohammedromio5728
@mohammedromio5728 4 жыл бұрын
can you send me a link for your HMS
@OdooMates
@OdooMates 4 жыл бұрын
Github ? if so, github.com/odoomates
@zolbooclash604
@zolbooclash604 3 жыл бұрын
I can't understand odoo erp system. Ehhh T_T
@OdooMates
@OdooMates 3 жыл бұрын
see from the starting bro, kzbin.info/www/bejne/f2mpf5ebodGtabs
How to Add Smart Button in Odoo12(type action)
9:59
Odoo Mates
Рет қаралды 11 М.
Create a Wizard and Call it in Button Click Odoo
17:51
Odoo Mates
Рет қаралды 34 М.
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 32 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 16 МЛН
When Rosé has a fake Fun Bot music box 😁
00:23
BigSchool
Рет қаралды 6 МЛН
Write Onchange Functions in Odoo
5:08
Odoo Mates
Рет қаралды 13 М.
Record Rules in Odoo
19:50
Odoo Mates
Рет қаралды 32 М.
How To Create Excel/XLS Report in Odoo
17:55
Odoo Mates
Рет қаралды 41 М.
An Introductory QGIS Workshop for Beginners
3:49:41
QGIS North America
Рет қаралды 574 М.
C Programming Tutorial for Beginners
3:46:13
freeCodeCamp.org
Рет қаралды 16 МЛН
How To Define Search View in Odoo12
10:53
Odoo Mates
Рет қаралды 16 М.
How to Add New Sequence in odoo12
11:34
Odoo Mates
Рет қаралды 24 М.
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 32 МЛН