Skip to content
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

Syncing from upstream OCA/server-tools (15.0) #1285

Merged
merged 49 commits into from
Sep 9, 2023
Merged

Conversation

bt-admin
Copy link

@bt-admin bt-admin commented Sep 9, 2023

bt_gitbot

carlosdauden and others added 30 commits June 15, 2022 22:52
Mostly no changes from 8.0 after all.
# Conflicts:
#	base_custom_info/__manifest__.py
* Now you can define properties types, and access rules are inherited from the model/record
  linked to the custom info record.
* Simplified version of computed value.
* Implement for res.partner.
* Add tests and fix bugs discovered in the meantime.
* Allow to disable partner custom info tab, and custom info menu.
* All of it can be set within general settings.
* Now, by default, this module does not display custom info for partners unless in demo mode.
  Better fit for a base module.
* You can disable the top menu entry too if it disturbs you, or enable it for everybody.
* Give a special form when editing in partner custom info tab.
* Sortable properties.
* Sort values at onchange time.
* Improve performance in onchange.
* Split in several model files.
…the write

We must avoid to rely on the order in which computed fields (including related fields) and constrains methods are applied.
Due to a recent change into the ORM, the contrains on the model_id into CustomInfoTemplate is now called AFTER the recompute of the related model field into property_ids.info_value_ids
As side effect, when the constrains is called, the model on the info value is already updated with the new value and we no more know the old value....
- Put force_save=1 for allowing the web client to send readonly values to server
- Switch widget="selection" to "many2one" default with options because it's not
  supported anymore in tree view
- Move value_id to parent view.
Currently translated at 99.1% (121 of 122 strings)

Translation: server-tools-13.0/server-tools-13.0-base_custom_info
Translate-URL: https://translation.odoo-community.org/projects/server-tools-13-0/server-tools-13-0-base_custom_info/es/
oca-travis and others added 19 commits June 15, 2022 22:52
Currently translated at 67.2% (82 of 122 strings)

Translation: server-tools-14.0/server-tools-14.0-base_custom_info
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-base_custom_info/it/
Currently translated at 100.0% (122 of 122 strings)

Translation: server-tools-14.0/server-tools-14.0-base_custom_info
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-base_custom_info/it/
Signed-off-by pedrobaeza
Signed-off-by pedrobaeza
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-15.0/server-tools-15.0-base_custom_info
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_custom_info/
@bt-admin bt-admin added the 15.0 label Sep 9, 2023
@bt-admin bt-admin merged commit d1fc399 into brain-tec:15.0 Sep 9, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.