-
Notifications
You must be signed in to change notification settings - Fork 81
[IMP] software_reseller: upgrade #690
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
base: saas-18.2
Are you sure you want to change the base?
[IMP] software_reseller: upgrade #690
Conversation
e2859f1 to
09d2eac
Compare
09d2eac to
2e7cf4b
Compare
- dumy commit .
- Add a views. - remove a extra fields.
- add pot file. - remove extra fields.
- rename a ids of records. - error occur due to SAVP replace project_id.
2e7cf4b to
0f58525
Compare
0f58525 to
bda448a
Compare
| <record id="licenses_act_window" model="ir.actions.act_window"> | ||
| <field name="context">{'search_default_partner_id': active_id,'default_partner_id': active_id}</field> | ||
| <field name="domain">[('partner_id', 'child_of', active_id),('x_studio_is_license','=',True)]</field> | ||
| <field name="name">Licenses</field> | ||
| <field name="res_model">project.task</field> | ||
| </record> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its not mandatory but always recommended to give view_mode.
| <field name="copied" eval="True"/> | ||
| <field name="field_description">Software</field> | ||
| <field name="model_id" ref="project.model_project_project"/> | ||
| <field name="name">x_studio_software</field> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <field name="name">x_studio_software</field> | |
| <field name="name">x_software</field> |
remove all the studio occurences from the fields and its related views
| <field name="name">x_partner_id_project_task_count</field> | ||
| <field name="readonly" eval="True"/> | ||
| <field name="selectable" eval="False"/> | ||
| <field name="store" eval="False"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure? store=False? the compute field is having depends as well.

Odoo for Software ResellerThis industry package is tailored for IT companies specializing in reselling software licenses and providing consulting services. A typical sale includes a 1-year Oracle Database license, purchased from Oracle and resold to clients at a margin, along with additional services to set up and configure the database for optimal performance.
TASK-4486017