fix issues with nalaytic and sec

This commit is contained in:
ronozoro 2024-08-14 15:38:34 +03:00
parent 84769e3e3f
commit c5352e9d15
No known key found for this signature in database
GPG Key ID: 7C2BDED35C62C0F3
4 changed files with 14 additions and 3 deletions

View File

@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-12 15:29+0000\n"
"PO-Revision-Date: 2024-08-12 15:29+0000\n"
"POT-Creation-Date: 2024-08-14 12:37+0000\n"
"PO-Revision-Date: 2024-08-14 12:37+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -25,6 +25,11 @@ msgstr ""
msgid "Account Program"
msgstr "التصنيف حسب البرنامج"
#. module: budget_extra
#: model_terms:ir.ui.view,arch_db:budget_extra.view_crossovered_budget_line_search
msgid "Analytic Account"
msgstr "الحساب التحليلي"
#. module: budget_extra
#: model:ir.model,name:budget_extra.model_crossovered_budget
msgid "Budget"

View File

@ -314,7 +314,7 @@
<filter name="group_program_id" string="Program" domain="[]" context="{'group_by':'program_id'}"/>
<filter name="group_account_program_id" string="Account Program" domain="[]" context="{'group_by':'account_program_id'}"/>
<filter name="group_door_id" string="Door" domain="[]" context="{'group_by':'door_id'}"/>
<filter name="analytic_account_filter" string="Analytic Account" domain="[]" context="{'group_by':'analytic_account_id'}"/>
</xpath>
</field>
</record>

View File

@ -21,4 +21,9 @@
<field name="name">Post Payment</field>
<field name="category_id" ref="odex25_account_payment_fix.module_category_payment_access"/>
</record>
<record id="group_cancel" model="res.groups">
<field name="name">Cancel Payment</field>
<field name="category_id" ref="odex25_account_payment_fix.module_category_payment_access"/>
</record>
</odoo>

View File

@ -32,6 +32,7 @@
<button name="action_post" type="object" string="Posted" states="general_manager"
groups="odex25_account_payment_fix.group_posted" class="oe_highlight"/>
<button name="action_cancel" type="object" string="Cancel"
groups="odex25_account_payment_fix.group_cancel"
states="draft,depart_manager,accounting_manager,general_manager,posted"
class="oe_highlight"/>
<field name="state" widget="statusbar"