Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chricar_product_gtin #9

Closed
yelizariev opened this issue Mar 25, 2015 · 22 comments
Closed

chricar_product_gtin #9

yelizariev opened this issue Mar 25, 2015 · 22 comments

Comments

@yelizariev
Copy link
Contributor

I just want to report, that in July 2014 I made some updates for chricar_product_gtin module.
https://github.com/yelizariev/pos-addons/commits/8.0/chricar_product_gtin

If somebody is interested in those updates, feel free to use my work. I am not sure that I have time to make PR myself and work on reviews.

@ferdiga
Copy link
Collaborator

ferdiga commented Mar 25, 2015

On 2015-03-25 15:54, Ivan Yelizariev wrote:

I just want to report, that in July 2014 I made some updates for
chricar_product_gtin module.
https://github.com/yelizariev/pos-addons/commits/8.0/chricar_product_gtin

If somebody is interested in those updates, feel free to use my work.
I am not sure that I have time to make PR myself and work on reviews.


Reply to this email directly or view it on GitHub
#9.

Hello Ivan
Do you agree to integrate your work (or replace the module) in the
c2c-rd-addons git repository ?

currently we have set most v8 modules in the git to not installable,
because these are not actively maintained

Best
Ferdinand

@yelizariev
Copy link
Contributor Author

Ferdinand,
yes, I agree to publish my work in this repository. It's better than keep it at my repository, because https://apps.odoo.com doesn't show my version of the module.

@ferdiga
Copy link
Collaborator

ferdiga commented Mar 25, 2015

On 2015-03-25 17:12, Ivan Yelizariev wrote:

Ferdinand,
yes, I agree to publish my work in this repository. It's better than
keep it at my repository, because https://apps.odoo.com doesn't show
my version of the module.


Reply to this email directly or view it on GitHub
#9 (comment).

Please would you mind to add your credentials in openerp.py before I
publish the module

@yelizariev
Copy link
Contributor Author

Ok, I'll review code in a few days and update credentials

@ferdiga
Copy link
Collaborator

ferdiga commented Mar 31, 2015

thanks, just a question, why does the module depend on point_of_sale
probably it should be split in gtin module and a second module which automatically is installed when point_of_sale and chricar_product_gtin is installed
what do you think

@yelizariev
Copy link
Contributor Author

You are right. Somebody can use gtin with warehouse withount installing POS.
Check PR, I've made changes.

@ferdiga
Copy link
Collaborator

ferdiga commented Apr 7, 2015

On 2015-04-07 13:11, Ivan Yelizariev wrote:

You are right. Somebody can use gtin with warehouse withount
installing POS.
Check PR, I've made changes.


Reply to this email directly or view it on GitHub
#9 (comment).

thanks

@jacksolutions
Copy link

https://www.odoo.com/apps/modules/8.0/c2c_real_estate/
these modules also have installable= false when do you think it will be ready for odoo v8? i tried to install it but no luck.. do you have any installation path to install it successfully?

@ferdiga
Copy link
Collaborator

ferdiga commented Jul 18, 2015

@jacksolutions
may be in v9 - the client is not prepared to pay for migration every year as migration does not add any functionality and requires unnecessary training and testing. stable software should at least run for 5 years without modification.
v9 seems to bring 2 different UI and requires rewiting of all code - not sure that this will be a commercial success.
the modules are developed for 6.1

@jacksolutions
Copy link

yes i agree. is there any use case of real estate management? any documentation? screenshot? list of functionalities that is being implemented or supported in that version? any migration path to convert from 6.1 to 8? i am myself a developer if you help me in those , i can code it for v8 and send it back to you?

what do you think regarding v9 for 2 different UI? by 2 different UI there will be a lot of complication for both odoo saas as well as developer like us.. is there any chance of new community from v9 onwards same as openerp created from tryton? cause convert licences and 2 different UI seems to be fishy...

also i have heard that they are developing mobile client in phonegap now? is it true? will it be available for public? source code? cause at the moment using their mobile application for customer is risk of loosing the customer cause they have there branding in there? any other way?

@ferdiga
Copy link
Collaborator

ferdiga commented Jul 18, 2015

it's a statistical tool right now to keep track of tenants, paid rents
, budgeted repairs, see empty tops over multiple sites
real estate top

@jacksolutions
Copy link

seems to be good so far, not what i actually wanted but the screenshot has given me another idea.. thank you for the screenshot.

now what is the upgrade path for the modules? if you shed some lights i can start working on that line?

@ferdiga
Copy link
Collaborator

ferdiga commented Jul 18, 2015

install or upgrade ?
clone
for installation set installable=true and then
trial and error ;-(
use c2c_real_estate module which tries to install all needed modules

'depends': [

"chricar_top"
,"chricar_tenant"
,"chricar_invoice"
,"chricar_room"
,"chricar_equipment"]

@jacksolutions
Copy link

okay will do.. thank you camptocamp, you are guys rock!

thanks

@jacksolutions
Copy link

i am seeing lots of modules under you on apps store on odoo, how many years of efforts is that? do you offer your own SAAS or you forward customers to odoo saas? what kind of products you are selling based on odoo? any business tips :) which i can do here in india in my small town?

@ferdiga
Copy link
Collaborator

ferdiga commented Jul 18, 2015

SAAS is not flexible enough and does not support Austrian requirements. Most modules add functionality required in Austria and improved user experience - especially reverting wrong data entries, budgeting etc. Many basic things we expected to be covered in the openerp/odoo base modules.

@jacksolutions
Copy link

just commenting out line no 109 in "chricar_top" module "'tax_res' : fields.function(_get_tax_res, method=True, type='dict', string='Tax Result Dict',)," for the c2c_realestate app is installing fine in v8.
but i am not sure where it will affect in overall app..

now where can i get the documentation for overall app? how to use it etc etc? can you please PM me if you have? that would be appreciated.. also i will dig further to fully supported it to v8 if i get actual documentation of the app..

i am not sure at the moment what this module achieve in real estate management industry? can you please explain me in detail?

@ferdiga
Copy link
Collaborator

ferdiga commented Jul 29, 2015

On 2015-07-29 07:51, jacksolutions wrote:

just commenting out line no 109 in "chricar_top" module "'tax_res' :
fields.function(_get_tax_res, method=True, type='dict', string='Tax
Result Dict',)," for the c2c_realestate app is installing fine in v8.
but i am not sure where it will affect in overall app..

now where can i get the documentation for overall app? how to use it
etc etc? can you please PM me if you have? that would be appreciated..
also i will dig further to fully supported it to v8 if i get actual
documentation of the app..

i am not sure at the moment what this module achieve in real estate
management industry? can you please explain me in detail?


Reply to this email directly or view it on GitHub
#9 (comment).

the modules allows to keep an evidence of all tops in different
buildings as well as the history of tenanats. most important is the
ability to define current rents and possible rents to calculate the upside.

the deactivated tax_res allows to enter and print the tax results of the
past years in an excel like report

@jacksolutions
Copy link

what do you mean by "tops" in realestate though.. ? i am seeing lots of options like blueprints, equipments, etc etc? what are the use of them?

@ferdiga
Copy link
Collaborator

ferdiga commented Jul 29, 2015

On 2015-07-29 08:59, jacksolutions wrote:

what do you mean by "tops" in realestate though.. ? i am seeing lots
of options like blueprints, equipments, etc etc? what are the use of them?


Reply to this email directly or view it on GitHub
#9 (comment).

tops are rental property units
blueprints are plans for each property
you can add equipment which is available - like heaters, washing
mashines etc

@jacksolutions
Copy link

http://awesomescreenshot.com/0a453u16ed

As i am not sure you have any documentation for how to use this software i think i have to ask many questions to understand how it actually works? :( sorry for that!

@ferdiga
Copy link
Collaborator

ferdiga commented Jul 29, 2015

On 2015-07-29 09:23, jacksolutions wrote:

http://awesomescreenshot.com/0a453u16ed

As i am not sure you have any documentation for how to use this
software i think i have to ask many questions to understand how it
actually works? :( sorry for that!


Reply to this email directly or view it on GitHub
#9 (comment).

you are right - there is no explicit documentation
the forms are self explaining. at least for our users

regards

@ferdiga ferdiga closed this as completed Dec 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants