File tree Expand file tree Collapse file tree 10 files changed +18
-115
lines changed Expand file tree Collapse file tree 10 files changed +18
-115
lines changed Original file line number Diff line number Diff line change 2525 'data/ir_attachment_pre.xml' ,
2626 'data/ir_model.xml' ,
2727 'data/ir_model_fields.xml' ,
28+ 'data/report_paperformat.xml' ,
2829 'data/ir_actions_report.xml' ,
2930 'data/mail_template.xml' ,
3031 'data/ir_actions_server.xml' ,
99100 'license' : 'OPL-1' ,
100101 'assets' : {
101102 'web.assets_backend' : [
102- 'condominium/static/src/js/acquisition.js' ,
103103 'condominium/static/src/js/my_tour.js' ,
104104 ]
105105 },
108108 'data/ir_actions_server.xml' ,
109109 'data/qweb_view.xml' ,
110110 "data/knowledge_article.xml" ,
111- "static/src/js/acquisition.js" ,
112111 "static/src/js/my_tour.js" ,
113112 ],
114113 'images' : ['images/main.png' ],
Original file line number Diff line number Diff line change 66 <field name =" name" >General Meeting Report</field >
77 <field name =" report_name" >condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517</field >
88 <field name =" report_type" >qweb-html</field >
9+ <field name =" paperformat_id" ref =" paperformat_meeting_report" />
910 </record >
1011 <record id =" calendar_event_repor_b15c7922-86c5-44a3-a418-2dc0d20cd6e8" model =" ir.actions.report" >
1112 <field name =" binding_model_id" ref =" calendar.model_calendar_event" />
Original file line number Diff line number Diff line change 20092009 <xpath expr =" //button[@name='action_cancel_peppol_documents']" position =" after" >
20102010 <button string =" Distribute Costs" name =" %(distribute_costs)d" type =" action" />
20112011 </xpath >
2012-
20132012 <!-- Remove the x_distribution key from the invoices (no longer used since the x_studio_distribution_key is leveraged from the distribution tab) -->
20142013 <!-- <xpath expr="//field[@name='invoice_vendor_bill_id']" position="after">
20152014 <field name="x_distribution_key" options="{'no_create': true}" placeholder="Area as distribution key"/>
Original file line number Diff line number Diff line change 55 <field name =" sequence" >2</field >
66 <field name =" rainbow_man_message" >Welcome! Happy exploring.</field >
77 </record >
8- <record id =" acquisition_tour" model =" web_tour.tour" >
9- <field name =" name" >Condominium_Acquisition</field >
10- <field name =" sequence" >3</field >
11- <field name =" rainbow_man_message" >Congrats! You did your first sell.</field >
12- </record >
138</odoo >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <odoo >
3+ <record id =" paperformat_meeting_report" model =" report.paperformat" >
4+ <field name =" name" >Meeting Report A4</field >
5+ <field name =" format" >A4</field >
6+ <field name =" page_height" >0</field >
7+ <field name =" page_width" >0</field >
8+ <field name =" orientation" >Portrait</field >
9+ <field name =" margin_top" >45</field >
10+ <field name =" margin_bottom" >45</field >
11+ <field name =" margin_left" >10</field >
12+ <field name =" margin_right" >10</field >
13+ <field name =" header_line" eval =" False" />
14+ <field name =" dpi" >90</field >
15+ </record >
16+ </odoo >
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments