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

Integrating the 9.0 branch as legacy code #15

Open
wants to merge 4,183 commits into
base: 9.0
Choose a base branch
from
Open

Integrating the 9.0 branch as legacy code #15

wants to merge 4,183 commits into from

Conversation

macagua
Copy link

@macagua macagua commented Sep 25, 2024

Integrating the 9.0 branch as legacy code from the external repository https://github.com/Vauxoo/odoo-venezuela/tree/9.0

default=None and add a 'default = default or {}' line.
context=None and add a 'context = context or {}' line.
args=None and add a 'args = args or []' line.
keys  'id' and 'type'. rename keys to ids or obj_type.
keys  'id' and 'type'. rename keys to ids or obj_type.
Remove variables, when a variable cannot be deleted (when a function return a
tuble, self assign the unused variable).
Replace argrument "context={}" for "context=None" and add a line "context = context or {}"
Same for default argument.
…ion parameters.

Create a new var wit the string and use the new var into logging function.
Conjugate the if stames and return one only return False and return True.
suniagajose and others added 30 commits December 17, 2015 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants