mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update demo
This commit is contained in:
@@ -7,7 +7,7 @@ from odoo.exceptions import UserError, ValidationError
|
||||
class ResPartner(models.Model):
|
||||
_inherit = 'res.partner'
|
||||
|
||||
name = fields.Char(translate=False)
|
||||
# name = fields.Char(translate=False)
|
||||
short_name = fields.Char('Short Name') # 简称
|
||||
fax = fields.Char('Fax') # 简称
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<section class="oe_container container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<div class="row">
|
||||
<h3>Latest update: v18.0.25.01.17</h3>
|
||||
<h3>Latest update: v18.0.25.02.20</h3>
|
||||
<div class="oe_span12 oe_spaced">
|
||||
<div class="alert alert-info" style="padding:8px;font-weight: 300; font-size: 20px;">
|
||||
<i class="fa fa-hand-o-right"></i><b> Key features: </b>
|
||||
@@ -188,4 +188,4 @@
|
||||
</div>
|
||||
</section>
|
||||
<!-- end support-->
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -9,7 +9,11 @@
|
||||
|
||||
{
|
||||
'name': '2025最新中国会计科目表.企业标准会计.Latest Chinese Accounting for odoo18',
|
||||
<<<<<<< HEAD
|
||||
'version': '18.0.25.02.17',
|
||||
=======
|
||||
'version': '18.0.25.02.18',
|
||||
>>>>>>> 45755625c75769f05f8e783700c875306e877cc0
|
||||
'author': 'odooai.cn',
|
||||
'category': 'Accounting/Localizations/Account Charts',
|
||||
'website': 'https://www.odooai.cn',
|
||||
|
||||
@@ -15,6 +15,6 @@ class AccountJournal(models.Model):
|
||||
if hasattr(company, 'coa_delimiter'):
|
||||
delimiter = company.coa_delimiter
|
||||
code = code + delimiter + '01'
|
||||
new_code = self.env['account.account']._search_new_account_code(code),
|
||||
new_code = self.env['account.account']._search_new_account_code(code)
|
||||
res.update({'code': new_code})
|
||||
return res
|
||||
|
||||
@@ -17,7 +17,11 @@
|
||||
<div class="oe_row oe_spaced">
|
||||
<div class="row">
|
||||
<div class="oe_row">
|
||||
<<<<<<< HEAD
|
||||
<h3>Lastest update: v18.0.25.02.17</h3>
|
||||
=======
|
||||
<h3>Lastest update: v18.25.02.18</h3>
|
||||
>>>>>>> 45755625c75769f05f8e783700c875306e877cc0
|
||||
<div class="row">
|
||||
<img class="oe_demo oe_screenshot img img-fluid" src="banner.png">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user