-
-
Notifications
You must be signed in to change notification settings - Fork 532
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
[16.0] [MIG] base_export_manager: Migration to 16.0 #649
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d85e141 - Browse repository at this point
Copy the full SHA d85e141View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef5bb2d - Browse repository at this point
Copy the full SHA ef5bb2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bb9c3b - Browse repository at this point
Copy the full SHA 0bb9c3bView 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 4820643 - Browse repository at this point
Copy the full SHA 4820643View 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 a65266e - Browse repository at this point
Copy the full SHA a65266eView 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 9fc651b - Browse repository at this point
Copy the full SHA 9fc651bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d878ed7 - Browse repository at this point
Copy the full SHA d878ed7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdab1ed - Browse repository at this point
Copy the full SHA fdab1edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85c71fd - Browse repository at this point
Copy the full SHA 85c71fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 806defc - Browse repository at this point
Copy the full SHA 806defcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31387b9 - Browse repository at this point
Copy the full SHA 31387b9View 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 3449139 - Browse repository at this point
Copy the full SHA 3449139View 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 f18e98a - Browse repository at this point
Copy the full SHA f18e98aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bf416d - Browse repository at this point
Copy the full SHA 6bf416dView 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 5a2ca1f - Browse repository at this point
Copy the full SHA 5a2ca1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56d896a - Browse repository at this point
Copy the full SHA 56d896aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b50fc7 - Browse repository at this point
Copy the full SHA 3b50fc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c750a2c - Browse repository at this point
Copy the full SHA c750a2cView 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 4bf2c3c - Browse repository at this point
Copy the full SHA 4bf2c3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbf4752 - Browse repository at this point
Copy the full SHA fbf4752View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a99eca - Browse repository at this point
Copy the full SHA 0a99ecaView 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 9e6c954 - Browse repository at this point
Copy the full SHA 9e6c954View commit details -
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
Configuration menu - View commit details
-
Copy full SHA for 8ec16a8 - Browse repository at this point
Copy the full SHA 8ec16a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c110ae7 - Browse repository at this point
Copy the full SHA c110ae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5321145 - Browse repository at this point
Copy the full SHA 5321145View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd759c5 - Browse repository at this point
Copy the full SHA fd759c5View commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. 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/
Configuration menu - View commit details
-
Copy full SHA for c8f7724 - Browse repository at this point
Copy the full SHA c8f7724View 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 9f721ca - Browse repository at this point
Copy the full SHA 9f721caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d8cae3 - Browse repository at this point
Copy the full SHA 6d8cae3View 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 22d9564 - Browse repository at this point
Copy the full SHA 22d9564View 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 1278619 - Browse repository at this point
Copy the full SHA 1278619View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94643b6 - Browse repository at this point
Copy the full SHA 94643b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d802da - Browse repository at this point
Copy the full SHA 1d802daView commit details -
Configuration menu - View commit details
-
Copy full SHA for b28ade8 - Browse repository at this point
Copy the full SHA b28ade8View commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-ux-13.0/server-ux-13.0-base_export_manager Translate-URL: https://translation.odoo-community.org/projects/server-ux-13-0/server-ux-13-0-base_export_manager/
Configuration menu - View commit details
-
Copy full SHA for da26c36 - Browse repository at this point
Copy the full SHA da26c36View commit details -
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-ux-13.0/server-ux-13.0-base_export_manager Translate-URL: https://translation.odoo-community.org/projects/server-ux-13-0/server-ux-13-0-base_export_manager/
Configuration menu - View commit details
-
Copy full SHA for 469dfb1 - Browse repository at this point
Copy the full SHA 469dfb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ab8402 - Browse repository at this point
Copy the full SHA 7ab8402View commit details -
Configuration menu - View commit details
-
Copy full SHA for a39a389 - Browse repository at this point
Copy the full SHA a39a389View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12df48e - Browse repository at this point
Copy the full SHA 12df48eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e89042d - Browse repository at this point
Copy the full SHA e89042dView 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 ca9848c - Browse repository at this point
Copy the full SHA ca9848cView 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 d5069ad - Browse repository at this point
Copy the full SHA d5069adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f41b11 - Browse repository at this point
Copy the full SHA 4f41b11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8adbf33 - Browse repository at this point
Copy the full SHA 8adbf33View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8a9e0d - Browse repository at this point
Copy the full SHA a8a9e0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41e8024 - Browse repository at this point
Copy the full SHA 41e8024View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85b2a12 - Browse repository at this point
Copy the full SHA 85b2a12View 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 20bca42 - Browse repository at this point
Copy the full SHA 20bca42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e2aa10 - Browse repository at this point
Copy the full SHA 1e2aa10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30ad949 - Browse repository at this point
Copy the full SHA 30ad949View commit details
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b1573b4 - Browse repository at this point
Copy the full SHA b1573b4View commit details