Odoo BuildOdoo Build
Home
Help
Images
Snippets
Revisions
Modules
Changelog
Mint System
Chat
GitHub
Home
Help
Images
Snippets
Revisions
Modules
Changelog
Mint System
Chat
GitHub
  • Snippets

    • Account
    • Account Accountant
    • Account Asset
    • Account Batch Payment
    • Account Budget
    • Account Financial Report
    • Account Followup
    • Account Journal Items Report
    • Account Sale Timesheet Report
    • Agreement
    • Agreement Legal
    • Auth Api Key
    • Base
    • Base Install Request
    • Base Location
    • Business Requirement
    • Calendar
    • Certificate Planer
    • Contract
      • Contract Contract Form View
        • Edit Last Date Invoiced
        • Show Recurring Create Invoice
      • Contract Contract Tree View
        • Show Recurring Next Date
    • Crm
    • Crm Iap Lead Enrich
    • Delivery
    • Digest
    • Fleet
    • Forestry Timesheet
    • Gio Payroll Custom
    • Helpdesk
    • Hr
    • Hr Attendance
    • Hr Attendance Kanban
    • Hr Contract
    • Hr Expense
    • Hr Holidays
    • Hr Holidays Delegations
    • Hr Payroll
    • Hr Recruitment
    • Hr Timesheet
    • Industry Fsm
    • Industry Fsm Sale
    • Ir Model
    • Ir Ui View
    • L10n Ch
    • L10n Ch Qr Isr Invoice Import
    • L10n Din5008
    • Mail
    • Mail Activity Board
    • Maintenance
    • Maintenance Plan
    • Mrp
    • Mrp Account
    • Mrp Workorder
    • Payment
    • Portal
    • Printnode Base
    • Product
    • Project
    • Project Enterprise
    • Purchase
    • Purchase Requisition
    • Purchase Requisition Send
    • Res Groups
    • Sale
    • Sale Blanket Order
    • Sale Management
    • Sale Margin
    • Sale Order Contact Person
    • Sale Order Line Date
    • Sale Order Picking Note
    • Sale Partner Incoterm
    • Sale Product Set
    • Sale Subscription
    • Stock
    • Stock Account
    • Stock Delivery Note
    • Survey
    • Timesheet Grid
    • Web
    • Website
    • Website Discount Voucher
    • Website Sale

Contract

Contract Contract Form View

Edit Last Date Invoiced

ID: mint_system.contract.contract_contract_form_view.edit_last_date_invoiced

<data inherit_id="contract.contract_contract_form_view" priority="50">
    <field name="last_date_invoiced" position="attributes">
        <attribute name="readonly">0</attribute>
        <attribute name="groups"/>
    </field>
</data>

Source: snippets/contract.contract_contract_form_view.edit_last_date_invoiced.xml

Show Recurring Create Invoice

ID: mint_system.contract.contract_contract_form_view.show_recurring_create_invoice

<data inherit_id="contract.contract_contract_form_view" priority="50">
    <button name="recurring_create_invoice" position="attributes">
        <attribute name="groups"/>
    </button>
</data>

Source: snippets/contract.contract_contract_form_view.show_recurring_create_invoice.xml

Contract Contract Tree View

Show Recurring Next Date

ID: mint_system.contract.contract_contract_tree_view.show_recurring_next_date

<data inherit_id="contract.contract_contract_tree_view" priority="50">
    <field name="partner_id" position="after">
        <field name="recurring_next_date" optional="show"/>
    </field>
</data>

Source: snippets/contract.contract_contract_tree_view.show_recurring_next_date.xml

Edit this page
Last Updated:
Contributors: Kurt Gisler
Prev
Certificate Planer
Next
Crm