update po

This commit is contained in:
Ivan Office
2024-12-18 17:01:34 +08:00
parent fc58474259
commit 557795c538
4 changed files with 135 additions and 92 deletions

View File

@@ -17,8 +17,8 @@
{
'name': 'odoo中文版套件之基础,中国会计基础,Chinese Enhance All in One',
'version': '18.0.24.12.16',
'name': 'odoo中国版,中文本土化套件,中国会计基础,Odoo Chinese localization Enhance All in One',
'version': '18.0.24.12.18',
'author': 'odooai.cn',
'category': 'Base',
'website': 'https://www.odooai.cn',
@@ -28,13 +28,13 @@
'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': '''
odoo Chinese Enhance. odoo中国版增强-基础
1. 中文地址格式,适用于所有中国中文客户、供应商、合作伙伴、用户、员工信息等
2. 中文默认值,如国家、时区、货币等。处理模块 base, product.
2. 中文默认值,如国家/地区、时区、货币等。处理模块 base, product.
3. 客户加简称,地址显示中文化,客户编码显示优先
4. 客户地址显示增加手机号与电话号码
5. 货币处理,人民币增强,增加排序显示
@@ -42,13 +42,14 @@
7. 修正仓库位置的列表及m2o字段中不显示中文目录名的Bug
8. 超级用户改时区为 中国
9. 时间格式年月日为 中国格式,如 2023-08-08时间为 12:34
10. 国家增加排序,中国排第一
11. 收款相关显示中国习惯
10. 国家/地区增加排序,中国排第一
11. 收款相关显示中国习惯
12. 翻译导出默认中文默认po
13. [默认已移除,可自行加载.py]在 base 模型增加 name_en_US 字段,赋值后同时改翻译值
14. 常用小数精度调整
15. 销售团队改为中国
16. 精简语言的显示,如 Chinese简体中文改为 中文
17. 将'国家'字段处理为'国家/地区',避免政策敏感问题(需配合我司Odoo中文翻译)
21. 多语言支持,多公司支持
22. Odoo 18,17,16,15,14,13,12, 企业版社区版在线SaaS.sh版等全版本支持
23. 代码完全开源

View File

@@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@@ -1,93 +1,109 @@
<?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>
<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>
<ul class="list-unstyled">
<li>
<i class="fa fa-check-square-o text-primary"></i>
1. Chinese address format, applicable to all Chinese customers, suppliers, partners, users, employee information etc.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
2. Default values in Chinese such as country, time zone and currency. Processing module base, product.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
3. Add customer abbreviation and display addresses in Chinese; prioritize displaying customer codes.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
4. Display phone numbers along with mobile numbers for customer addresses.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
5. Currency processing with added sorting display.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
6. Fixed bug where the category list and m2o field did not display the name of the Chinese directory.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
7. Fixed bug where warehouse location list and m2o field did not display the name of the Chinese directory.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
8. Superuser changed time zone to China.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
9. Date format is year-month-day (e.g., 2023-08-08) and time is 12:34
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
10.Country sorting added; China ranked first
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
11.Display payment-related information according to typical practices in China.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
12.Default export translation is set to Mandarin (po).
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
13.Added 'name_en_US' field in base model which updates translation value when assigned a value.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
14.Common decimal precision adjustments made.
</li>
<li>
<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>
21. Multi-language Support. Multi-Company Support.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
22. Support Odoo 18,17,16,15,14,13,12, Enterprise and Community and odoo.sh Edition.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
23. Full Open Source..
</li>
</ul>
</div>
</div>
<div class="row">
<img class="oe_demo oe_screenshot img img-fluid" src="cnreadme.png">
<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>
<ul class="list-unstyled">
<li>
<i class="fa fa-check-square-o text-primary"></i>
1. Chinese address format, applicable to all Chinese customers, suppliers, partners, users, employee information etc.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
2. Default values in Chinese such as country, time zone and currency. Processing module base, product.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
3. Add customer abbreviation and display addresses in Chinese; prioritize displaying customer codes.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
4. Display phone numbers along with mobile numbers for customer addresses.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
5. Currency processing with added sorting display.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
6. Fixed bug where the category list and m2o field did not display the name of the Chinese directory.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
7. Fixed bug where warehouse location list and m2o field did not display the name of the Chinese directory.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
8. Superuser changed time zone to China.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
9. Date format is year-month-day (e.g., 2023-08-08) and time is 12:34
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
10.Country sorting added; China ranked first
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
11.Display payment-related information according to typical practices in China.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
12.Default export translation is set to Mandarin (po).
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
13.Added 'name_en_US' field in base model which updates translation value when assigned a value.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
14.Common decimal precision adjustments made.
</li>
<li>
<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.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
22. Support Odoo 18,17,16,15,14,13,12, Enterprise and Community and odoo.sh Edition.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
23. Full Open Source..
</li>
</ul>
</div>
</div>
<div class="row">
<img class="oe_demo oe_screenshot img img-fluid" src="cnreadme.png">
</div>
</div>
</div>
</section>
@@ -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>