-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IMP acc_facto: add server action to display domain
- Loading branch information
Showing
5 changed files
with
389 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<odoo> | ||
|
||
<record id="update_expected_cost" model="ir.actions.server"> | ||
<field name="name">Display domain</field> | ||
<field name="model_id" ref="model_subrogation_receipt" /> | ||
<field name="binding_model_id" ref="model_subrogation_receipt" /> | ||
<field name="state">code</field> | ||
<field name="code">record._raise_factor_domain()</field> | ||
</record> | ||
|
||
</odoo> |
Oops, something went wrong.