server-tools
server-tools copied to clipboard
Tools for Odoo Administrators to improve some technical features on Odoo.
https://github.com/OCA/server-tools/commit/0e3a449471fac29d8eb946a3e4a7b97070a0137b
I implemented in account.payment import, but in this case is evaluated values as a dict, because that I think should be better to add an empty dict to general call...
When applying monkey patches, we want to skip abstract models because patching those may mess up the inheritance. An example of this is ir.model which is assigned the studio mixin...
Migration of module `sequence_custom_data` from v13.0
essentially a generic product_search_multi_value
https://github.com/orgs/OCA/discussions/167
second attempt at https://github.com/OCA/server-tools/pull/2894
Before this commit, if we export excel with multiple rows (eg.sale order line) that has pre-defined row with attributes in excel file(eg. line rule and font), the first output row...
Backport from 16.0 to 12.0 CC @ForgeFlow