改进分析会计

  1. 分析会计层级结构
  2. 分析分配
  3. 分析分录增加了表格视图

 
 

==============

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新特性: 会计改进的更多相关文章

  1. JAVA 8 新特性和改进

    Java 8的所有新特性及改进包括(JEP全称为JDK Enhancement Proposal,JDK改进建议): 语言改进: JEP 126:Lambda表达式 & 虚拟扩展方法 JEP ...

  2. C# 11 的新特性和改进前瞻

    前言 .NET 7 的开发还剩下一个多月就要进入 RC,C# 11 的新特性和改进也即将敲定.在这个时间点上,不少新特性都已经实现完毕并合并入主分支 C# 11 包含的新特性和改进非常多,类型系统相比 ...

  3. Java 8 的新特性和改进总览

    这篇文章是对Java 8中即将到来的改进做一个面向开发者的综合性的总结,JDK的这一特性将会在2013年9月份发布. 在写这篇文章的时候,Java 8的开发工作仍然在紧张有序的进行中,语言特新和API ...

  4. jdbc 4.0新特性

    来自网络 在 Java SE 6 所提供的诸多新特性和改进中,值得一提的是为 Java 程序提供数据库访问机制的 JDBC 版本升级到了 4.0, 这个以 JSR-221 为代号的版本 , 提供了更加 ...

  5. php5.3新特性 之 mysql native driver(mysqlnd)

    概述 本文主要写给sa看的.码农就不用看了. mysql native driver(mysqlnd) 自从php5.3.0开始成为官方源代码的一部分, 用来取代传统的mysql client lib ...

  6. Java 8新特性

    Java 8版本最大的改进就是Lambda表达式,其目的是使Java更易于为多核处理器编写代码:其次,新加入的Nashorn引擎也使得Java程序可以和JavaScript代码互操作:再者,新的日期时 ...

  7. hadoop2.5发布:最新编译 32位、64位安装、源码包、API以及新特性

    hadoop2.5发布:最新编译 32位.64位安装.源码包.API以及新特性 http://www.aboutyun.com/thread-8751-1-1.html (出处: about云开发) ...

  8. Java 8 正式发布,新特性全搜罗

    经过2年半的努力.屡次的延期和9个里程碑版本,甲骨文的Java开发团队终于发布了Java 8正式版本. Java 8版本最大的改进就是Lambda表达式,其目的是使Java更易于为多核处理器编写代码: ...

  9. .Net Framework 各个版本新特性总结 (一)

    .Net Framework 4.5 新特性 最近面试时又看到有问.Net Framework 新特性的问题,一时被问到了.平时也是拿起来就用,新版本出来了,新特性也就是瞄一眼,也没去仔细查看.这次干 ...

随机推荐

  1. Linux下Tcpdump使用

    1. 介绍 tcpdump是一款用来截取网络数据的工具:这里主要介绍的是为嵌入式Linux编译tcpdump的方法 2. 编译 首先去官网下载源代码, 需要下载tcpdump和libpcap, 将他们 ...

  2. python登陆github

    #!/usr/bin/env python # encoding: utf-8 import requests from headers import headers from lxml import ...

  3. django返回响应对象

    Django的视图必须要返回一个HttpResponse对象(或者其子类对象),不能像flask一样直接返回字符串. Django: return HttpResponse("Hello&q ...

  4. flask框架基本使用(3)(session与cookies)

    #转载请留言联系 flask 框架基本使用(1):https://www.cnblogs.com/chichung/p/9756935.html flask 框架基本使用(2):https://www ...

  5. 【linux高级程序设计】(第十一章)System V进程间通信 2

    消息队列 消息队列是消息的链式队列,模型如下: 包括两种数据结构: msqid_ds消息队列数据结构 msg消息队列数据结构 struct msg_msg{ struct list_head m_li ...

  6. HDU5487 Difference of Languages(BFS)

    题意:给你两个自动机,求出最短的(如果有相同最短的则求出字典序最小的)能被其中一个自动机接收而不能被另外一个自动机接收的字符串. 一看是自动机以为是神题,后来比赛最后才有思路. 两个自动机的状态都是小 ...

  7. python的递归算法学习(3):汉诺塔递归算法

    汉诺塔问题是递归函数的经典应用,它来自一个古老传说:在世界刚被创建的时候有一座钻石宝塔A,其上有64个金蝶.所有碟子按从大到小的次序从塔底堆放至塔顶.紧挨着这座塔有另外两个钻石宝塔B和C.从世界创始之 ...

  8. 第十四届华中科技大学程序设计竞赛 B Beautiful Trees Cutting【组合数学/费马小定理求逆元/快速幂】

    链接:https://www.nowcoder.com/acm/contest/106/B 来源:牛客网 题目描述 It's universally acknowledged that there'r ...

  9. ZOJ 3949 (17th 浙大校赛 B题,树型DP)

    题目链接  The 17th Zhejiang University Programming Contest Problem B 题意  给定一棵树,现在要加一条连接$1$(根结点)和$x$的边,求加 ...

  10. Spring bean初始化以及管理

    在完成bean实例化后,spring会根据配置文件的设定情况对bean 的属性进行初始化, 1.autowire方式 (可查找自动装配对象 但bean中要有相应属性的set方法)这是一个自动装配的机制 ...