Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions core/views/core_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@
</group>
</page>
</xpath>
<xpath expr="//form" position="attributes">
<attribute name="create">0</attribute>
</xpath>
</field>
</record>
<record id="company_action" model="ir.actions.act_window">
Expand Down
1 change: 1 addition & 0 deletions warehouse/wizard/stock_transceive_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def open_report(self):
'type': 'ir.actions.act_window',
'res_model': 'report.stock.transceive',
'view_mode': 'tree',
'target':'main',
'name': u'商品收发明细表 %s 至 %s ' % (self.date_start, self.date_end),
'context': self.read(['date_start', 'date_end', 'warehouse_id', 'goods_id'])[0],
'limit': 65535,
Expand Down