Skip to content

Commit

Permalink
[FIX] control_budget: not change date
Browse files Browse the repository at this point in the history
  • Loading branch information
Saran440 committed Oct 12, 2023
1 parent 2bff2b2 commit a8429ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
1 change: 0 additions & 1 deletion budget_control_contract/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import base_budget_move
from . import contract_budget_move
from . import budget_period
from . import contract
Expand Down
20 changes: 0 additions & 20 deletions budget_control_contract/models/base_budget_move.py

This file was deleted.

6 changes: 3 additions & 3 deletions budget_control_contract/views/contract_view.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="contract_contract_form_view" model="ir.ui.view">
<field name="name">contract.contract.form.view</field>
<record id="contract_contract_supplier_form_view" model="ir.ui.view">
<field name="name">contract.contract.supplier.form.view</field>
<field name="model">contract.contract</field>
<field name="inherit_id" ref="contract.contract_contract_form_view" />
<field name="inherit_id" ref="contract.contract_contract_supplier_form_view" />
<field name="arch" type="xml">
<xpath
expr="//group[@name='main']//field[@name='tag_ids']"
Expand Down

0 comments on commit a8429ef

Please sign in to comment.