Skip to content

[REF] machine_tool_rental: extract invoicing feature into new module#1660

Draft
trcazier wants to merge 1 commit intoodoo:19.0from
odoo-dev:19.0-recurring-rental-billing-trcaz
Draft

[REF] machine_tool_rental: extract invoicing feature into new module#1660
trcazier wants to merge 1 commit intoodoo:19.0from
odoo-dev:19.0-recurring-rental-billing-trcaz

Conversation

@trcazier
Copy link
Contributor

This commit extracts the custom recurring rental billing features into a new module recurring_rental_billing to allow other industries to import and benefit from it.

task-5478089

@robodoo
Copy link
Collaborator

robodoo commented Feb 11, 2026

Pull request status dashboard

@trcazier trcazier force-pushed the 19.0-recurring-rental-billing-trcaz branch 2 times, most recently from c330315 to 5e16a05 Compare February 12, 2026 14:54
This commit extracts the custom recurring rental billing features into a new module `recurring_rental_billing` to allow other industries to import and benefit from it.

task-5478089
@trcazier trcazier force-pushed the 19.0-recurring-rental-billing-trcaz branch from 5e16a05 to fb1ab53 Compare March 2, 2026 11:57
Copy link
Collaborator

@vava-odoo vava-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tiny remark + questions for you or Pierre

],
'license': 'OEEL-1',
'images': ['images/main.png'],
'url': "https://www.odoo.com/trial?industry&selected_app=machine_tool_rental",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'url': "https://www.odoo.com/trial?industry&selected_app=machine_tool_rental",

<record id="stock_model_stock_storage_category_x_serial_status_field" model="ir.model.fields">
<field name="ttype">selection</field>
<field name="copied" eval="True"/>
<field name="field_description">Serial Status</field>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder why this field is here. Shouldn't it be in the other sub-module? (real question)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Talked with SAVP and he agrees. I'll move this to the other submodule

<field name="priority">99</field>
<field name="type">form</field>
<field name="arch" type="xml">
<xpath expr="//field[@name='max_weight']/.." position="after">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same question for the views

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.

3 participants