~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to procurement_request/__openerp__.py

UF-558 [ADD] Add account_id on analytic distribution wizard to add a constraint on Funding Pool

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
{
23
23
    "name": "Procurement Request",
24
24
    "version": "1.0",
25
 
    "depends": ["base", "sale", "sale_override", "stock_override", "msf_order_date"],
 
25
    "depends": ["base", "sale", "sale_override", "stock_override"],
26
26
    "author": "TeMPO Consulting, MSF",
27
27
    "website": "",
28
28
    "category": "Sales & Purchases",
50
50
#    'certificate': 'certificate',
51
51
}
52
52
 
53
 
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
53
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
 
b'\\ No newline at end of file'