Hpar
Hpar
Migration of pos_product_template. The only last stable version was from v10. I cherry picked the interesting commit from v11 or v12 port tentative. Because of a different object model of...
Fixes #162 #89 Before this PR: ``` # file: 000_set_base_url user::rwx group::rwx other::r-x # file: 001_set_report_url user::rw- group::rw- other::r-- ``` With this PR: ``` # file: 000_set_base_url user::rwx group::rwx other::r-x...
switched on a fork of dockerize (more active and publish arm builds) added a missing dependency when building on arm.
Propagate active=True to variants (before only active=False was propagated) And add the active field on shopinvader_product_view
default_auth should be jwt otherwise it do not work out of the box. If default_auth is called, it should end to : `def _auth_method_jwt(cls, validator_name=None):` https://github.com/OCA/server-auth/blob/14.0/auth_jwt/models/ir_http.py#L57 BTW, align with shopinvader_auth_api_key...
When installing payment_stripe (Odoo SA), the hook create_missing_journal_for_acquirers is called. It sets default_debit_account_id here https://github.com/odoo/odoo/blob/12.0/addons/payment/models/payment_acquirer.py#L258 with defaults values here: https://github.com/odoo/odoo/blob/12.0/addons/account/models/chart_template.py#L153 Then the check will stop the installation of the module...
In order to specify stuff like facetting