twanda / vertical-agriculture

Verticalization of Odoo for farms and agroindustries
GNU Affero General Public License v3.0
0 stars 1 forks source link

Create new field in plantation "Type" #59

Closed dastcaboz closed 2 years ago

dastcaboz commented 2 years ago

Create a new field in plantation called "Type".

We should be able to specify a plantation and choose from a list we can edit ourself and add new types of plantations.

Example:

Plantation 1, Type: Plantation Plantation 2, Type: Sump Plantation 3. Type: Fallow land etc.

candidroot commented 2 years ago

@dastcaboz ...please have a look on test server

https://user-images.githubusercontent.com/39722234/153205281-a38c6fc2-37b5-4637-b888-f9de82197b37.mp4

dastcaboz commented 2 years ago

@siddharth7815 … Looks great. Thank you

But we have to extend the data model.

A farmer can own one or several plantations. A plantation consists of one or several plots.

Page6

What is now a PLANTATION will become a PLOT. Between FARMER and the Plot we need the entity PLANTATION that consists of one to several PLOTS.

Let me know if something is not clear.