[ADD] account_menu and web_company_color to OCA
This commit is contained in:
parent
b229022f8b
commit
8291ae295a
@ -1,7 +1,7 @@
|
||||
diff -rupN auth_oauth_multi_token/models/res_users.py auth_oauth_multi_token.patch/models/res_users.py
|
||||
--- auth_oauth_multi_token/models/res_users.py 2021-04-15 03:35:47.362795561 +0000
|
||||
+++ auth_oauth_multi_token.patch/models/res_users.py 2021-04-20 22:54:51.992899568 +0000
|
||||
@@ -69,10 +69,10 @@ class ResUsers(models.Model):
|
||||
--- auth_oauth_multi_token/models/res_users.py 2021-05-31 18:39:08.015127916 -0500
|
||||
+++ auth_oauth_multi_token.patch/models/res_users.py 2021-05-31 20:37:17.138888645 -0500
|
||||
@@ -66,10 +66,10 @@ class ResUsers(models.Model):
|
||||
res.oauth_master_uuid = self._generate_oauth_master_uuid()
|
||||
|
||||
@api.model
|
||||
@ -13,5 +13,4 @@ diff -rupN auth_oauth_multi_token/models/res_users.py auth_oauth_multi_token.pat
|
||||
+ return super()._check_credentials(password, env)
|
||||
except exceptions.AccessDenied:
|
||||
res = self.multi_token_model.sudo().search(
|
||||
[
|
||||
|
||||
[("user_id", "=", self.env.uid), ("oauth_access_token", "=", password)]
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
account-financial-tools/account_asset_management/
|
||||
account-financial-tools/account_menu/
|
||||
credit-control/account_credit_control/
|
||||
account-financial-reporting/account_financial_report/
|
||||
account-financial-reporting/account_tax_balance/
|
||||
@ -14,5 +15,6 @@ helpdesk/helpdesk_mgmt/
|
||||
hr/hr_branch/
|
||||
reporting-engine/report_xlsx/
|
||||
reporting-engine/report_xlsx_helper/
|
||||
web/web_company_color/
|
||||
web/web_m2x_options/
|
||||
web/web_responsive/
|
||||
Loading…
Reference in New Issue
Block a user