-
-
Notifications
You must be signed in to change notification settings - Fork 533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[17.0][MIG] base_export_manager: Migration to 17.0 #929
base: 17.0
Are you sure you want to change the base?
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6cde7e8 - Browse repository at this point
Copy the full SHA 6cde7e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9d8d16 - Browse repository at this point
Copy the full SHA d9d8d16View commit details -
[IMP] base_export_manager: Several things:
* Improve UX for base_export_manager. - Improve user instructions in README. - Require some required fields. - Allow to select models from a list. - Allow to select up to 3 fields from dynamic lists. - Improve translations. - More tests. - Translate column labels. Some methods have been renamed, so version tag is raised to 8.0.2.0.0. * Make inverse method be called at view time. * Hardcode constraints in the `create` method instead of using normal ones. Depending on the context where the record is created, it gets `resource` or `model_id`. The problem is that Odoo checks constrains before inverses, so constrains would fail always. Test added to ensure future versions contemplate all use cases. * Allow to reorder fields.
Configuration menu - View commit details
-
Copy full SHA for f914728 - Browse repository at this point
Copy the full SHA f914728View commit details -
[MIG] base_export_manager: Upgrade to v9
* Upgrade base_export_manager to v9 * Rename JS to base_export_manager
Configuration menu - View commit details
-
Copy full SHA for 6f93bc5 - Browse repository at this point
Copy the full SHA 6f93bc5View commit details -
[REF] base_export_manager: Fix model domain
* Change osv_memory to transient for model_id domain
Configuration menu - View commit details
-
Copy full SHA for dcff683 - Browse repository at this point
Copy the full SHA dcff683View commit details -
Configuration menu - View commit details
-
Copy full SHA for 759de18 - Browse repository at this point
Copy the full SHA 759de18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b165fa - Browse repository at this point
Copy the full SHA 7b165faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7221b98 - Browse repository at this point
Copy the full SHA 7221b98View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f5dc4 - Browse repository at this point
Copy the full SHA f1f5dc4View commit details -
[IMP] base_export_manager: Several things (II):
* Improve UX for base_export_manager. - Improve user instructions in README. - Require some required fields. - Allow to select models from a list. - Allow to select up to 3 fields from dynamic lists. - Improve translations. - More tests. - Translate column labels. Some methods have been renamed, so version tag is raised to 8.0.2.0.0. * Hardcode constraints in the `create` method instead of using normal ones. Depending on the context where the record is created, it gets `resource` or `model_id`. The problem is that Odoo checks constrains before inverses, so constrains would fail always. Test added to ensure future versions contemplate all use cases. * Allow to reorder fields.
Configuration menu - View commit details
-
Copy full SHA for d7f509c - Browse repository at this point
Copy the full SHA d7f509cView commit details -
base_export_manager: Upgrade to v9 * Upgrade base_export_manager to v…
…9 * Rename JS to base_export_manager
Configuration menu - View commit details
-
Copy full SHA for 03286e7 - Browse repository at this point
Copy the full SHA 03286e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71448ab - Browse repository at this point
Copy the full SHA 71448abView commit details -
[8.0][FIX][base_export_manager] Fix "Expected singleton" bug. (OCA#521)
[FIX][base_export_manager] Fix "Expected singleton" bug. If you had a field that got translated in more than 1 addon, you'd possibly getto this error: File "/opt/odoo/0079_ahk_openerp/oca/base_export_manager/models/ir_exports_line.py", line 105, in _compute_label field.name)), File "/opt/odoo/common/openerp/v8/openerp/fields.py", line 825, in __get__ record.ensure_one() File "/opt/odoo/common/openerp/v8/openerp/models.py", line 5355, in ensure_one raise except_orm("ValueError", "Expected singleton: %s" % self) except_orm: ('ValueError', 'Expected singleton: ir.translation(4899, 703976)') With this patch, now we let Odoo return the translated string by using its standard method to do so, so we have to care for less. * Move installation outside a data file. This makes the whole installation to be able to roll back if something goes wrong, instead of entering an error loop. * Include envorionment in its manager. * Add 4th field * Move to api.multi, refactoring some stuff. - Add some comments in complex parts. - Rename `onchange_name` to `_onchange_name` (guidelines). - Make `_compute_name`'s try block shorter and easier to understand. * Allow R/W of name directly in model. * Update tests to cover new behaviors.
Configuration menu - View commit details
-
Copy full SHA for a7bb3bf - Browse repository at this point
Copy the full SHA a7bb3bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9e80f4 - Browse repository at this point
Copy the full SHA b9e80f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b035da4 - Browse repository at this point
Copy the full SHA b035da4View commit details -
[MIG] base_export_manager: Migrate to v11
- Remove all possible translation commits - Aesthetical changes - Bump version - Some new standards, such as split readme Basically, nothing.
Configuration menu - View commit details
-
Copy full SHA for 625d37c - Browse repository at this point
Copy the full SHA 625d37cView commit details -
Translated using Weblate (Danish)
Currently translated at 80.0% (20 of 25 strings) Translation: server-ux-11.0/server-ux-11.0-base_export_manager Translate-URL: https://translation.odoo-community.org/projects/server-ux-11-0/server-ux-11-0-base_export_manager/da/
Configuration menu - View commit details
-
Copy full SHA for c0fb153 - Browse repository at this point
Copy the full SHA c0fb153View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56d1cc7 - Browse repository at this point
Copy the full SHA 56d1cc7View commit details -
Translated using Weblate (Portuguese)
Currently translated at 100.0% (31 of 31 strings) Translation: server-ux-12.0/server-ux-12.0-base_export_manager Translate-URL: https://translation.odoo-community.org/projects/server-ux-12-0/server-ux-12-0-base_export_manager/pt/
Configuration menu - View commit details
-
Copy full SHA for a29bbc9 - Browse repository at this point
Copy the full SHA a29bbc9View commit details -
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (31 of 31 strings) Translation: server-ux-12.0/server-ux-12.0-base_export_manager Translate-URL: https://translation.odoo-community.org/projects/server-ux-12-0/server-ux-12-0-base_export_manager/zh_CN/
Configuration menu - View commit details
-
Copy full SHA for 6d29b9e - Browse repository at this point
Copy the full SHA 6d29b9eView commit details -
Translated using Weblate (Croatian)
Currently translated at 90.3% (28 of 31 strings) Translation: server-ux-12.0/server-ux-12.0-base_export_manager Translate-URL: https://translation.odoo-community.org/projects/server-ux-12-0/server-ux-12-0-base_export_manager/hr/
Configuration menu - View commit details
-
Copy full SHA for 407027c - Browse repository at this point
Copy the full SHA 407027cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16a53d3 - Browse repository at this point
Copy the full SHA 16a53d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 313d155 - Browse repository at this point
Copy the full SHA 313d155View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85f7a85 - Browse repository at this point
Copy the full SHA 85f7a85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2636c40 - Browse repository at this point
Copy the full SHA 2636c40View commit details -
Translated using Weblate (Spanish)
Currently translated at 100.0% (31 of 31 strings) Translation: server-ux-14.0/server-ux-14.0-base_export_manager Translate-URL: https://translation.odoo-community.org/projects/server-ux-14-0/server-ux-14-0-base_export_manager/es/
Configuration menu - View commit details
-
Copy full SHA for 0ddd310 - Browse repository at this point
Copy the full SHA 0ddd310View commit details -
[FIX] base_export_manager: Don't return on invalid field, but break
If not, we are not assigning the label value for the record and we get a missing cache value error.
Configuration menu - View commit details
-
Copy full SHA for df74458 - Browse repository at this point
Copy the full SHA df74458View commit details -
Configuration menu - View commit details
-
Copy full SHA for de87be8 - Browse repository at this point
Copy the full SHA de87be8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0263ae5 - Browse repository at this point
Copy the full SHA 0263ae5View commit details -
[FIX] base_export_manager: Remove default because it is redundant
WARNING odoo.fields: Redundant default on ir.exports.line.model1_id
Configuration menu - View commit details
-
Copy full SHA for e7621d0 - Browse repository at this point
Copy the full SHA e7621d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7be720f - Browse repository at this point
Copy the full SHA 7be720fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccd921c - Browse repository at this point
Copy the full SHA ccd921cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b289c4c - Browse repository at this point
Copy the full SHA b289c4cView commit details -
[FIX] base_export_manager: Avoid access error when using export profile
Steps to reproduce: - Create an export profile in any model. - Login with a user without setting permissions. - Go to export popup on that model. - Try to select the saved export profile. You'll get an access error. Using sudo for computed/related stuff linked to ir.model, we avoid the problem. TT44721
Configuration menu - View commit details
-
Copy full SHA for a678afa - Browse repository at this point
Copy the full SHA a678afaView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeea9d1 - Browse repository at this point
Copy the full SHA eeea9d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca6b969 - Browse repository at this point
Copy the full SHA ca6b969View commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-ux-16.0/server-ux-16.0-base_export_manager Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-base_export_manager/
Configuration menu - View commit details
-
Copy full SHA for dd80aaf - Browse repository at this point
Copy the full SHA dd80aafView commit details -
Translated using Weblate (Spanish)
Currently translated at 100.0% (31 of 31 strings) Translation: server-ux-16.0/server-ux-16.0-base_export_manager Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-base_export_manager/es/
Configuration menu - View commit details
-
Copy full SHA for 323cc48 - Browse repository at this point
Copy the full SHA 323cc48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 650c114 - Browse repository at this point
Copy the full SHA 650c114View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (31 of 31 strings) Translation: server-ux-16.0/server-ux-16.0-base_export_manager Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-base_export_manager/it/
Configuration menu - View commit details
-
Copy full SHA for d13b9b0 - Browse repository at this point
Copy the full SHA d13b9b0View commit details -
Translated using Weblate (Swedish)
Currently translated at 100.0% (31 of 31 strings) Translation: server-ux-16.0/server-ux-16.0-base_export_manager Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-base_export_manager/sv/
Configuration menu - View commit details
-
Copy full SHA for d931a4a - Browse repository at this point
Copy the full SHA d931a4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6af5047 - Browse repository at this point
Copy the full SHA 6af5047View commit details -
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (31 of 31 strings) Translation: server-ux-16.0/server-ux-16.0-base_export_manager Translate-URL: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-base_export_manager/pt_BR/
Configuration menu - View commit details
-
Copy full SHA for ca43bf2 - Browse repository at this point
Copy the full SHA ca43bf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff639da - Browse repository at this point
Copy the full SHA ff639daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8625733 - Browse repository at this point
Copy the full SHA 8625733View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6faa883 - Browse repository at this point
Copy the full SHA 6faa883View commit details