Git Product home page Git Product logo

odoo-community.org's Introduction

OCA Documents

This repository contains OCA documents and static pages.

Although you may create pull requests to propose changes, the changes to legal documents (Bylaws, ECLA, ICLA) will become effective upon the vote of the OCA Delegates during the next Annual General Assembly.

Based on the vote results, the effective version available on http://odoo-community.org will be updated accordingly.

Please also keep in mind that the OCA is registered in Switzerland and must answer some obligations due to the nature of its entity type. These obligations may prevent your changes from being accepted.

About the OCA

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

For more information, please visit http://odoo-community.org.

odoo-community.org's People

Contributors

djoos avatar elbati avatar elicoidal avatar guewen avatar jgrandguillaume avatar jogjayr avatar koomar avatar koriroys avatar lax avatar lorensr avatar lucmaurer avatar luisg123v avatar lukasknuth avatar lzcabrera avatar max3903 avatar mbornoz avatar mjpieters avatar pabloqb avatar pedrobaeza avatar pierredup avatar plusjade avatar pradeep1288 avatar sbidoul avatar sdebayle avatar segfaultax avatar simahawk avatar studiomohawk avatar subosito avatar vattay avatar yajo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

odoo-community.org's Issues

Product Harmonized System Codes

This is a very useful module to me. The H.S. Code field is installed on "General Information" tab on product form. Could you please advise how to move it to my custom tab "Customs Info" on the same product form?

Thank you.

Author vs Contributor

Hi, another day... another question xD

When you are an author and when you are an contributor?

-> Add new feature = Author
-> Migrate a module = Contributor
---> Migrate a module (rewriting: JS massive changes or something like that) = Author
-> Fix issues = Contributor
-> Add new module = Author

I'm in the correct way?

QUESTION: Is pep80 necessary today?

I have doubts about the purpose of continuing to limit the lines to 80 characters. At the time someone explained to me that it was because of the small old terminals and to be able to have the maximum information on the screen, but honestly I don't think anyone will be programming on such small screens in the year 2021. I think 120 characters as Odoo does would be fine, but I would like to know more opinions. Thanks.

File naming for views

According to section 1.5 File naming

... in XML files, a suffix should be included with its category. For model named <main_model> the following files may be created: views/<main_model>_view.xml

In this point the suffix is singular mode view. However the complete tree structure states:

|-- views/
|   |-- <main_model>.xml
|   |-- <inherited_main_model>_views.xml

There is no suffix for main_model.xml and it is in plural for the inherited_main_model_views.xml example.

Which would be the correct way?

Best,
Pablo.

Broken link in guidelines

Module

n/a

Describe the bug

The link shown below
image

(in https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst#71commit-message) is broken and should be rendered as a link.

To Reproduce

Affected versions:
n/a

Steps to reproduce the behavior:

  1. Go to https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst#71commit-message
  2. Open the link that should list the tags

Expected behavior
Land in https://www.odoo.com/documentation/16.0/contributing/development/git_guidelines.html#tag-and-module-name

Additional context
I'd be happy to propose the change myself, but looks like I cannot contribute to the wiki

Need Help

can you help me with this problem: make a program in C++ that inserts 5 integer and positive values โ€‹โ€‹a,b,c,d,e with the keyboard and using only the operations of increase (e.g. a=a+1), decrease (e.g. a =a-1) and comparison with 0 (e.g. a>0, a=0, a<0), determine whether the condition a*b+c>d-e is verified or not. The problem must be solved without using any other variables besides a,b,c,d,e.

W7936 is triggered when a package name is different from the import

In one of our modules we're using the python library 'smbprotocol'. This is a wrapper for smbclient functions.
In our manifest we have the following external dependencies:
"external_dependencies": {"python": ["smbprotocol"]},
However, in the python files we import smblient:
import smbclient
When we run pre-commit we get the following warning:
xx_base_integration/models/integration.py:1: [W7936(missing-manifest-dependency), ] Missing external dependency "smbclient" from manifest. More info: https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst#external-dependencies

Possibility of translating the documentation

Hello,

Thinking about inclusion and bringing more contributors to OCA, would it be possible to make available a resource that would allow us to translate this documentation?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.