~julie-w/unifield-wm/UTP-758

« back to all changes in this revision

Viewing changes to account_mcdb/account_view.xml

  • Committer: jf
  • Date: 2016-01-25 14:14:07 UTC
  • mfrom: (2703.20.59 unifield-wm)
  • Revision ID: jfb@tempo-consulting.fr-20160125141407-vgfz8lrdvvgq0zip
US-822 [IMP] Year End Closure functionnality
lp:~unifield-team/unifield-wm/us-822

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
            <field name="res_model">account.move.line</field>
209
209
            <field name="view_type">form</field>
210
210
            <field name="view_mode">tree,form</field>
 
211
            <field name="domain">[('period_id.number', '!=', 0)]</field>
211
212
            <field name="context">{'search_default_posted': 1, 'from_web_menu': True}</field>
212
213
            <field name="search_view_id" ref="mcdb_view_account_move_line_filter"/>
213
214
            <field name="help">This view can be used by accountants in order to quickly record entries in OpenERP. If you want to record a supplier invoice, start by recording the line of the expense account. OpenERP will propose to you automatically the Tax related to this account and the counterpart "Account Payable".</field>