Hello do you have a video where you migrate a database between odoo versions??
@OdooMates3 жыл бұрын
Not yet, for this you can check the oca tool: open upgrade. See: github.com/OCA/OpenUpgrade Another video using xmlrpc: kzbin.info/www/bejne/mKPPmJmQoLdggq8
@Baltazar-prof Жыл бұрын
How can we migrate from Odoo 13 to Odoo 14? Please prepare a tutorial for migration steps and processes by the open upgrade. We're waiting for Odoo 13 migration process. Thanks a lot.
@antonymungaiku1645 Жыл бұрын
Also comment if it's applicable to migrate odoo community v8 to v12 community without hustles and bustles..
@asmatullahwazir34422 жыл бұрын
Well explained, thank you!
@abdou.thereal2 жыл бұрын
Thank you Sir.
@OdooMates2 жыл бұрын
Welcome ❤️❤️❤️
@ahmedbrakat29954 жыл бұрын
Very nice tutorial, keep up the amazing work
@OdooMates4 жыл бұрын
Thank you! Cheers!
@oumaimaezzine60042 жыл бұрын
hey! nice TUTO, i was wondering is it the same problem with "odoo.api has no attribute one" (note that i am upgrading from v12 to v15) ?
@OdooMates2 жыл бұрын
yes in latest version this decorator is not existing, so you can remove @api.one from the code
@orlandomartinezbao98763 жыл бұрын
Good video, that was very helpful
@OdooMates3 жыл бұрын
Happy to know it :)
@rednet46872 жыл бұрын
Thank you so much
@OdooMates2 жыл бұрын
Welcome ❤️❤️
@marinosterbah18833 ай бұрын
How to run odoo module web_gantt verrsion 17 on version 18
@abdelhalimkaddourguettaoui45914 жыл бұрын
Greate video, This was very help full, Sir if you make video to connect odoo to barcode reader
@OdooMates4 жыл бұрын
For that you just need to create a character field and place mouse in it, scan using the barcode, the value will come in the field
@abdelhalimkaddourguettaoui45914 жыл бұрын
@@OdooMates thanks a lot Sir.
@amineajouary13234 жыл бұрын
Hi sir can you please make a video on how to migrate Hotel Management System made by SerpentCS from Odoo 12 to Odoo 13 i need it n ur helping me a lot please
@OdooMates4 жыл бұрын
Have a look at the Github repository there might be Pull Request for the v13.
@ibrahimhalouane81304 жыл бұрын
Nice one.
@OdooMates4 жыл бұрын
Thanks brother :) Hope you will recommend the videos to your odoo friends :)
@ibrahimhalouane81304 жыл бұрын
@@OdooMates I promise :)
@melvinguerra95632 жыл бұрын
What is the difference for all Odoo Versions?
@OdooMates2 жыл бұрын
There are minor between each odoo versions, hope this will help: github-wiki-see.page/m/OCA/maintainer-tools/wiki/Migration-to-version-14.0
@latelsolutions55443 жыл бұрын
Hi, if the module does not appear in the list of apps?
@OdooMates3 жыл бұрын
did you add the module in the addons path ? restarted the service ? clicked update apps list ?
@latelsolutions55443 жыл бұрын
@@OdooMates Thank you for your time, perform all this, but the module still does not appear in Odoo I use the community version 14
@OdooMates3 жыл бұрын
@@latelsolutions5544 may i know where you add the new module ? is the other modules in the same path getting listed in db ?
@latelsolutions55443 жыл бұрын
@@OdooMates , I add the modules in the addons folder, something curious, if I change the name of the module folder I restart the odoo service I can see the module in the APPS list
@OdooMates3 жыл бұрын
@@latelsolutions5544 not sure why it happens, but can you change back the module name to original and see whether it listing or getting disappeared
@ahmedswilam11203 жыл бұрын
great,bro
@OdooMates3 жыл бұрын
thanks for the support :)
@charoliyamujahid5265 жыл бұрын
please make video how migrate database v12 to v13 with explanation
@OdooMates4 жыл бұрын
See an a solution, not a straight one, you have to develop a script and logic see: kzbin.info/www/bejne/mKPPmJmQoLdggq8
@fasnakp58202 жыл бұрын
Sir, please make a video how to migrate v11 to v10
@JennRM4 жыл бұрын
I need my database migrate of odoo 11 to odoo 13 , i saw this procedment and is confuse doc.therp.nl/openupgrade/API.html#module-openupgradelib.openupgrade , github.com/OCA/OpenUpgrade , please you have some procedment?
@OdooMates4 жыл бұрын
Open upgrade is the available free tool for the db migration
@youneselahrach20534 жыл бұрын
please make video how to migrate hotel managment from odoo12 to odoo13
@OdooMates4 жыл бұрын
You mean this module ? Hospital management ?
@youneselahrach20534 жыл бұрын
@@OdooMates sir not hospital management its hotel managment apps.odoo.com/apps/modules/12.0/hotel/ please
@youneselahrach20534 жыл бұрын
@@OdooMates you gonna help us a lot if make this video sir
@youneselahrach20534 жыл бұрын
@@OdooMates up
@youneselahrach20534 жыл бұрын
up
@rouguyba50192 жыл бұрын
Hi! I want to upgrade from V11 to V14 but i don't know really what to do can you help me please
@OdooMates2 жыл бұрын
Please watch the video and try doing the same steps explained in the video
@erpaltapete55672 жыл бұрын
hello I am migrating module 12 to 14 i cant understanding error in this code plz help
@erpaltapete55672 жыл бұрын
File "/home/kamal/odoo/odoo14/odoo14/odoo/tools/convert.py", line 681, in _tag_root raise ParseError('while parsing %s:%s, near %s' % ( odoo.tools.convert.ParseError: while parsing /home/kamal/odoo/odoo14/custom_addons/sh_pdc/views/views.xml:5, near Sh Invoice form Inherit account.move
@OdooMates2 жыл бұрын
Are you trying to execute python function from this button ? If yes, see type as object
@muhammadkamal92453 жыл бұрын
raise exception.with_traceback(None) from new_cause odoo.tools.convert.ParseError: while parsing None:3, somewhere inside help please
@OdooMates3 жыл бұрын
may i know the version ?
@robwilk4566 Жыл бұрын
This is ridiculous. Trying to install om_hospital FOREVER. One error after another. This is absolute trash!
@OdooMates Жыл бұрын
How and why , Installing your own module or any of our apps ? Elaborate what you do and then please complain Always its easy to complain