mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix chinese
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
{
|
||||
'name': 'odoo中文版套件之基础,中国会计基础,Chinese Enhance All in One,',
|
||||
'version': '16.24.12.16',
|
||||
'name': 'odoo中国版,中文本土化套件,中国会计基础,Odoo Chinese localization Enhance All in One',
|
||||
'version': '16.24.12.18',
|
||||
'author': 'odooai.cn',
|
||||
'category': 'Base',
|
||||
'website': 'https://www.odooai.cn',
|
||||
@@ -28,7 +28,7 @@
|
||||
'price': 0,
|
||||
'currency': 'EUR',
|
||||
'summary': '''
|
||||
odoo简体中文版全面增强. Chinese enhance. Out of the box use odoo in china. Chinese address format, number format, money format.
|
||||
odoo简体中文版全面增强. 更具政策敏感性的翻译。Chinese enhance. Out of the box use odoo in china. Chinese address format, number format, money format.
|
||||
Set all chinese default value. Default country, timezone, currency, partner.中国会计基础模块.
|
||||
''',
|
||||
'description': '''
|
||||
@@ -49,6 +49,7 @@
|
||||
14. 常用小数精度调整
|
||||
15. 销售团队改为中国
|
||||
16. 精简语言的显示,如 Chinese简体中文改为 中文
|
||||
17. 将'国家'字段处理为'国家/地区',避免政策敏感问题(需配合我司Odoo中文翻译)
|
||||
21. 多语言支持,多公司支持
|
||||
22. Odoo 18,17,16,15,14,13,12, 企业版,社区版,在线SaaS.sh版,等全版本支持
|
||||
23. 代码完全开源
|
||||
|
||||
@@ -7,5 +7,21 @@
|
||||
<field name="address_format" eval="'%(country_name)s%(state_name)s%(city)s%(street)s\n%(street2)s'"/>
|
||||
<field name="address_view_id" ref="app_base_chinese.app_view_partner_form_chinese"/>
|
||||
</record>
|
||||
<function model="res.country" name="write" context="{'lang': 'zh_CN'}">
|
||||
<value eval="[ref('base.cn')]"/>
|
||||
<value eval="{'sequence': 1}"/>
|
||||
</function>
|
||||
<function model="res.country" name="write" context="{'lang': 'zh_CN'}">
|
||||
<value eval="[ref('base.hk')]"/>
|
||||
<value eval="{'sequence': 11}"/>
|
||||
</function>
|
||||
<function model="res.country" name="write" context="{'lang': 'zh_CN'}">
|
||||
<value eval="[ref('base.mo')]"/>
|
||||
<value eval="{'sequence': 21}"/>
|
||||
</function>
|
||||
<function model="res.country" name="write" context="{'lang': 'zh_CN'}">
|
||||
<value eval="[ref('base.tw')]"/>
|
||||
<value eval="{'sequence': 31}"/>
|
||||
</function>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
BIN
app_base_chinese/static/description/demo4.jpg
Normal file
BIN
app_base_chinese/static/description/demo4.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
@@ -1,10 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
# Copyright (C) 2009~2024 odooAi.cn
|
||||
##############################################################################
|
||||
-->
|
||||
<html>
|
||||
<!-- begin title-->
|
||||
<section class="oe_container container o_cc o_cc2">
|
||||
<h2 class="text-center bg-warning text-white pt24 pb24">Odoo Chinese localization Enhance All in One.Local customize for china user</h2>
|
||||
<h3 class="text-center">odoo中国版,中文本土化套件之基础框架,中国会计基础</h3>
|
||||
<p class="text-center">20+项中文优化,配合 www.odooapp.cn 的Odoo中文翻译版使用最佳</p>
|
||||
</section>
|
||||
<!-- end title-->
|
||||
|
||||
<section class="oe_container container">
|
||||
<div class="oe_row oe_spaced" >
|
||||
<div class="oe_row oe_spaced">
|
||||
<div class="row">
|
||||
<h2 class="oe_slogan">Chinese Enhance All in One。 Local customize for china user </h2>
|
||||
<h3 class="oe_slogan">20+ chinese setting enhance.</h3>
|
||||
<div class="oe_row">
|
||||
<h3>Latest update: v16.23.08.02</h3>
|
||||
<h3>Latest update: v18.0.24.12.18</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>
|
||||
@@ -69,6 +82,10 @@
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
15.Sales team changed to "China".
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
16.Correct the 'Country' to '国家/地区', More Policy sensitivity.
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check-square-o text-primary"></i>
|
||||
21. Multi-language Support. Multi-Company Support.
|
||||
@@ -89,7 +106,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container container">
|
||||
@@ -120,6 +136,15 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<h4 class="oe_slogan">将'国家'字段处理为'国家/地区',避免政策敏感问题(需配合我司Odoo中文翻译)</h4>
|
||||
<div class="oe_demo oe_screenshot img img-fluid">
|
||||
<img src="demo4.jpg">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="container oe_dark">
|
||||
<div class="oe_row oe_spaced text-center">
|
||||
<div class="row">
|
||||
@@ -154,3 +179,4 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user