odoo12新特性: 会计改进
改进分析会计
- 分析会计层级结构
- 分析分配
- 分析分录增加了表格视图
==============
SPECIFICATIONS
==============
a. Hierarchy
- Create a new model : account.analytic.group, we just need to enter the name of the group
- Add a menu entry : Analytic Account Groups : https://drive.google.com/a/odoo.com/file/d/17lTt_aHPh-vmRY9ZOFS-3AEa-0WGq-Ay/view?usp=drivesdk
- Add a one2many on the account.analytic (analytic_group_id) : https://drive.google.com/a/odoo.com/file/d/1LI_4mh6dcC43b5deuUE_Y1-2gjdMaF3f/view?usp=drivesdk
b. Analytic Distribution
- On the tags, we add the possibility to have an analytic distribution (already done in TBE's branch)
c. Analytic Tags
- You can set them on analytic entries or analytic accounts
- So the tag is only important to filter the analytic entries or analytic accounts (in the analytic report for example)
- There is a module called account_analytic_default, it allows to define the default analytic accounts to use based on the user/the product/the partner, we want this to work to define analytic tags by default too : https://drive.google.com/a/odoo.com/file/d/0B0ITmdw6h3ZrcmxQY2d1bGlyTVk/view?usp=drivesdk
- Make sure we can set analytic tags on all objects that can create an analytic entry : expense, voucher lines, journal item, etc.
d. Improve Reporting
- Add a grid view (to the pivot view) on analytic entries report (grouped by month)
g. Analytic Entries
- If there is a partner_id on an invoice line (or any other object creating an accounting entry) this partner should appear on the analytic entry
- By default, the field "validated" should be set to true. It should only be falsed if coming from a timesheet that it not validated yet
- Manual creation of analytic entries : I should be able to fill in the field partner_id
- Manual creation of analytic entries : it may be interesting to be able to link an analytic entry to an existing move (?)
i. Access Rights
- Creation of analytic entries can be managed by accountants
- Configuration of analytic accounting (analytic account, analytic group, default, ...) can only be managed by advisors
来自 <https://pad.odoo.com/p/r.44b9fdb7001d84fa646c061df4e7680e>
odoo12新特性: 会计改进的更多相关文章
- JAVA 8 新特性和改进
Java 8的所有新特性及改进包括(JEP全称为JDK Enhancement Proposal,JDK改进建议): 语言改进: JEP 126:Lambda表达式 & 虚拟扩展方法 JEP ...
- C# 11 的新特性和改进前瞻
前言 .NET 7 的开发还剩下一个多月就要进入 RC,C# 11 的新特性和改进也即将敲定.在这个时间点上,不少新特性都已经实现完毕并合并入主分支 C# 11 包含的新特性和改进非常多,类型系统相比 ...
- Java 8 的新特性和改进总览
这篇文章是对Java 8中即将到来的改进做一个面向开发者的综合性的总结,JDK的这一特性将会在2013年9月份发布. 在写这篇文章的时候,Java 8的开发工作仍然在紧张有序的进行中,语言特新和API ...
- jdbc 4.0新特性
来自网络 在 Java SE 6 所提供的诸多新特性和改进中,值得一提的是为 Java 程序提供数据库访问机制的 JDBC 版本升级到了 4.0, 这个以 JSR-221 为代号的版本 , 提供了更加 ...
- php5.3新特性 之 mysql native driver(mysqlnd)
概述 本文主要写给sa看的.码农就不用看了. mysql native driver(mysqlnd) 自从php5.3.0开始成为官方源代码的一部分, 用来取代传统的mysql client lib ...
- Java 8新特性
Java 8版本最大的改进就是Lambda表达式,其目的是使Java更易于为多核处理器编写代码:其次,新加入的Nashorn引擎也使得Java程序可以和JavaScript代码互操作:再者,新的日期时 ...
- hadoop2.5发布:最新编译 32位、64位安装、源码包、API以及新特性
hadoop2.5发布:最新编译 32位.64位安装.源码包.API以及新特性 http://www.aboutyun.com/thread-8751-1-1.html (出处: about云开发) ...
- Java 8 正式发布,新特性全搜罗
经过2年半的努力.屡次的延期和9个里程碑版本,甲骨文的Java开发团队终于发布了Java 8正式版本. Java 8版本最大的改进就是Lambda表达式,其目的是使Java更易于为多核处理器编写代码: ...
- .Net Framework 各个版本新特性总结 (一)
.Net Framework 4.5 新特性 最近面试时又看到有问.Net Framework 新特性的问题,一时被问到了.平时也是拿起来就用,新版本出来了,新特性也就是瞄一眼,也没去仔细查看.这次干 ...
随机推荐
- linux下修改mysql数据库编码后无法启动解决办法
linux下老版本的Mysql修改数据库编码的方法是 修改my.cnf vi /etc/my.cnf 在[client]下添加 default-character-set=utf8 在[mysqld] ...
- bind 简单配置dns
一. 安装apt-get install bind9 apt-get install bind9-host dnsutils apt-get install bind9-doc 二.修改本机配置我们要 ...
- 【Cocos2D研究院之游戏开发】
http://www.xuanyusong.com/archives/category/ios/cocos2d_game 分类目录归档:[Cocos2D研究院之游戏开发] 201211-19 Co ...
- 嵌入式Linux下Camera编程--V4L2【转】
转自:http://blog.csdn.net/fwqlzz/article/details/51126653 版权声明:本文为博主原创文章,未经博主允许不得转载. USB video class(又 ...
- 有关BOM(Browser Object Model)的内容
包括: BOM概述 BOM模型 Window对象(常用属性和方法,窗口的打开,窗口的关闭,模态对话框,定时器) Navigator对象(遍历navigator对象的所有属性,Navigator 对象集 ...
- js继承的实现
js继承有5种实现方式: 1.继承第一种方式:对象冒充 function Parent(username){ this.username = username; this.hell ...
- #422 Div2 D
#422 Div2 D 题意 假设有 n 个人比赛,每次比赛进行分组,每组人数必须相同,如果一组有 x 人,则那一组要比赛 $ \frac{x * (x - 1)}{2}$次,最终一人获胜,其它人淘汰 ...
- Codeforces E. Bash Plays with Functions(积性函数DP)
链接 codeforces 题解 结论:\(f_0(n)=2^{n的质因子个数}\)= 根据性质可知\(f_0()\)是一个积性函数 对于\(f_{r+1}()\)化一下式子 对于 \[f_{r+1} ...
- steelray project viewer
steelray project viewer是一款英文语言软件,透过Steelray Project Viewer,可以打开.导航.浏览.打印Microsoft Project的.mpp文件.
- Ubuntu 16.04/CentOS 6.9安装Apache压力(并发)测试工具ab
说明: ab工具已经在Apache中包含,如果不想安装Apache,那么可以使用下面方法单独安装. 安装: Ubuntu: sudo apt-get install apache2-utils Cen ...